home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: Special Tips & Tricks for Windows 95
/
Chip Wintips.iso
/
zeszyt
/
winbatch
/
intactv.wb_
< prev
next >
Wrap
Text File
|
1992-02-26
|
421b
|
9 lines
UnusualName87623="" ; Use a very unusual variable name
:zork
; Ask user for statement to execute
UnusualName87623=AskLine("Interactive","Enter statement",UnusualName87623)
; Then actually execute the statement
execute %UnusualName87623%
Goto zork ; and loop for more punishment